object frmRemind: TfrmRemind Left = 495 Top = 522 BorderStyle = bsDialog Caption = 'frmRemind' ClientHeight = 300 ClientWidth = 430 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter Scaled = False OnCreate = FormCreate OnShow = FormShow DesignSize = ( 430 300) PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 430 Height = 300 Align = alClient Picture.Data = {} end object lbname: TLabel Left = 13 Top = 8 Width = 243 Height = 17 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Absolute Uninstaller (Version 1.2)' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object lbcopy: TLabel Left = 13 Top = 25 Width = 243 Height = 24 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Copyright(c) 2005 GlarySoft.com' Transparent = True WordWrap = True end object Image2: TImage Left = 14 Top = 48 Width = 414 Height = 25 Picture.Data = {} end object Label1: TLabel Left = 13 Top = 61 Width = 300 Height = 70 Anchors = [akLeft, akTop, akRight] AutoSize = False Transparent = True WordWrap = True end object Label2: TLabel Left = 13 Top = 123 Width = 300 Height = 110 Anchors = [akLeft, akTop, akRight] AutoSize = False Transparent = True WordWrap = True end object Label3: TLabel Left = 13 Top = 243 Width = 308 Height = 17 Anchors = [akLeft, akTop, akRight] AutoSize = False Transparent = True end object Bevel3: TBevel Left = 328 Top = 234 Width = 89 Height = 50 Shape = bsTopLine end object Image3: TImage Left = 384 Top = 7 Width = 33 Height = 41 Picture.Data = {} end object ProgressBar1: TProgressBar Left = 13 Top = 268 Width = 308 Height = 16 Anchors = [akLeft, akTop, akRight] TabOrder = 0 end object btnKeep: TBitBtn Left = 328 Top = 259 Width = 89 Height = 25 Caption = 'Keep Testing' TabOrder = 1 OnClick = btnKeepClick end object btnExit: TBitBtn Left = 328 Top = 174 Width = 89 Height = 25 Caption = 'Exit' TabOrder = 2 OnClick = btnExitClick end object btnKey: TBitBtn Left = 328 Top = 136 Width = 89 Height = 25 Caption = 'Enter Code' TabOrder = 3 OnClick = btnKeyClick end object btnOrder: TBitBtn Left = 328 Top = 99 Width = 90 Height = 25 Caption = 'Order Now' Default = True TabOrder = 4 OnClick = btnOrderClick end object btnwebsite: TBitBtn Left = 328 Top = 62 Width = 89 Height = 25 Caption = 'Web Site' TabOrder = 5 OnClick = btnwebsiteClick end end